/*
Theme Name: New IndogoTravel
Theme URI: https://www.indogotravel.com/
Author: CekasWeb.com
Author URI: https://www.cekasweb.com
Description: WordPress Template Master for multi purpose website from CekasWeb.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: new-indogotravel
Domain Path: /languages/
Tags: two-columns, right-sidebar, fixed-layout, fluid-layout, custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, theme-options, translation-ready
*/

/* General style */
body { 
	font-family: Lato,sans-serif !important; 
}
/*a {
	color:#189844 !important;
}*/
a:focus {
	outline:none !important;
}
.main-page { 
	box-shadow: 0 0 10px rgba(0,0,0,0.3); 
	background:#f9fafd; 
	margin:0 auto; 
	max-width:1300px; 
	width:100%;
	border-top: 3px solid #10a54b;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.right-breadcrumb .breadcrumb > li + li:before {
	content:"\00bb";
}
/*.custom-breadcrumb {
	padding:0;
	list-style:none;
	margin-bottom:15px;
}
.right-breadcrumb .breadcrumb > li {
	display:inline-block;
	margin-right:5px;
}*/
.right-breadcrumb .breadcrumb > li > a {
	display:inline-block;
	/*padding: 8px 5px 8px 20px;
	background-color:#f5f5f5;*/
	color:#929292;
	position:relative;
}
.right-breadcrumb .breadcrumb > li > a:hover, .right-breadcrumb .breadcrumb > li > a:focus {
	/*background-color:#dd3333;*/
	color:#333333;
	text-decoration:none;
}
.right-breadcrumb .breadcrumb > li > a:hover, .right-breadcrumb .breadcrumb > li > a:focus, .right-breadcrumb .breadcrumb > li > a:hover:after, .right-breadcrumb .breadcrumb > li > a:focus:after {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
/*.custom-breadcrumb > li > a:after {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 10px solid #f5f5f5;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 0;
    right: -10px;
    content: '';
    z-index: 1;
}
.custom-breadcrumb > li > a:before, .custom-breadcrumb > li.current:before {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 10px solid #ffffff;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.custom-breadcrumb > li:first-child > a:before {
	border:none;
}
.custom-breadcrumb > li.current {
	background-color:#DD3333;
	padding:8px 5px 8px 20px;
	color:#ffffff;
	position:relative;
}
.custom-breadcrumb > li.current:after, .custom-breadcrumb > li > a:hover:after, .custom-breadcrumb > li > a:focus:after {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 10px solid #DD3333;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 0;
    right: -10px;
    content: '';
    z-index: 1;
}*/

/* Top content */
.main-header { 
	position:relative;
}
.top-content { 
	position: relative;
	height: auto;
	overflow: visible;
	color:#fefefe;
	background-color:#189844;
}
.top-content-wrap {
	padding-left:38px;
	padding-right:38px;
	position:relative;
	padding:0;
	margin:0 auto;
}
.top-content-wrap .top-content-inner {
/*	padding-top:5px;
	padding-bottom:5px;
	overflow:hidden;*/
}
.top-content-inner .navbar-collapse, .navbar-inverse .middle-menu.navbar-collapse {
	padding-left:0px;
	padding-right:0px;
}

.top-content ul {
	padding:0;
	margin:0 auto;
}
.top-content .top-content-inner .top-contact {
	float:left;
}
.top-content-inner > ul {
	padding:0px; 
	list-style-type:none; 
	margin-bottom:0px;
}
.top-content-inner ul li { 
	display:inline; 
	border-right:1px solid #ebebeb;
	margin-right:10px;
	padding-right:10px;
}
.top-content-inner .top-contact li {
	padding-top:8px;
	padding-bottom:8px;
	display:inline-block;
}
.top-content-inner .top-contact > li > i {
	font-size:16px;
	margin-right:10px;
}
.top-content-inner .top-contact > li span {
	font-size: 16px;
	font-weight:bold;
}
.top-content-inner ul li:last-child, .navbar-inverse .middle-menu ul li:last-child {
	border-right:none;
	padding-right:0px;
	margin-right:0px;
}
.top-content .social-media li {
	list-style-type:none;
	display:inline;
	margin-right:10px;
	border-right:none;
	padding-right:0;
}
.top-content .social-media li:last-child {
	margin-right:0px;
}
.social-media {
	margin:0px auto;
}
.social-media li span {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
}
.social-media a { 
	position:relative; 
	font-size:18px; 
	text-align:center;
}
.social-media a .fa {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.social-media .fb-link { /*background-color:#3b5998;*/ }
/*.social-media .fb-link:hover, .social-media .fb-link:focus { color: #3b5998; }*/
.social-media .twitter-link { /*background-color:#00aced;*/ }
/*.social-media .twitter-link:hover, .social-media .twitter-link:focus { color: #0093CB; }*/
.social-media .gplus-link { /*background-color:#dd4b39;*/ }
/*.social-media .gplus-link:hover, .social-media .gplus-link:focus { color:#D03724;}*/
.social-media .insta-link { /*background-color:#A946BF;*/ }
/*.social-media .insta-link:hover, .social-media .insta-link:focus { color:#971EB2; }*/
/*.social-media .fb-link:hover, .social-media .fb-link:focus,
.social-media .twitter-link:hover, .social-media .twitter-link:focus,
.social-media .gplus-link:hover, .social-media .gplus-link:focus,
.social-media .insta-link:hover, .social-media .insta-link:focus,*/
.social-media a:hover .fa, .social-media a:focus .fa,
.social-media a:hover, .social-media a:focus { 
	text-decoration:none; 
	color:#222222;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.top-content ul li a { 
	text-transform:capitalize; 
	text-decoration:none; 
	color:inherit;
	padding:10px 0px;
	display:block;
}
.top-content ul li.current-menu-item, .top-content ul li a:hover, .top-content ul li a:focus { 
	color:#10a54b; /*#2863c6; #e25832;*/
	background-color:transparent;
}
.top-content .top-content-right {
	float:right; 
	position:relative;
}
.top-content .social-media li.now-date {
	border-right:1px solid #ebebeb;
	padding-right:10px;
	margin-right:10px;
}
.top-content input[type="submit"] {
	background:url("images/search_ico.png") no-repeat scroll center 50% rgba(0, 0, 0, 0); 
	text-indent:-70px; 
	border:none; 
	padding-top:0; 
	padding-bottom:0; 
	box-shadow:none; 
	height:auto;
}
.top-content p {
	margin:0;
}
.top-middle-content {
	position: relative;
}
.navbar-inverse .logo {
	padding:10px 0;
}
.navbar-inverse .logo h1 {
	margin:0px;
	font-weight:400;
}
.navbar-inverse .logo h1 a {
	padding-top:0px;
	color:#ffffff;
}
.main-header .navbar-inverse .logo h1 a:hover, .main-header .navbar-inverse .logo h1 a:focus {
	text-decoration:none;
}
.navbar-inverse .logo .site-description {
	color:#ffffff;
	margin-bottom:0;
}
.navbar-inverse .logo img {
	width:auto;
	max-height:70px;
}
.navbar-inverse.fixed .logo img {
	width: auto;
	max-height: 45px;
}
.top-middle-content a {
	display:block;
	padding-top:15px;
	padding-bottom:15px;
}
.main-header .navbar-inverse {
	background-color:rgba(255, 255, 255, 0.9);
	border:none;
	border-radius:0;
	position:absolute;
	margin-bottom:0px;
	box-shadow:0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.main-header .navbar-inverse.custom-nav {
	background:rgba(255,255,255, 1);
	position:relative;
	margin-bottom:30px;
	box-shadow:0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.main-header .navbar-inverse.custom-nav .logo h1 a, .main-header .navbar-inverse.custom-nav .logo .site-description {
	color: #333333;
}
.main-header .navbar-inverse.custom-nav .logo h1 a:hover, .main-header .navbar-inverse.custom-nav .logo h1 a:focus {
	text-decoration:none;
}
.main-header .navbar-inverse.custom-nav .navbar-nav > .active > a, .main-header .navbar-inverse.custom-nav .navbar-nav > .active > a:hover, .main-header .navbar-inverse.custom-nav .navbar-nav > .active > a:focus,  .main-header .navbar-inverse.custom-nav .navbar-nav li > a:hover, .main-header .navbar-inverse.custom-nav .navbar-nav li > a:focus {
	color: #333333;
	background:transparent;
}
.main-header .navbar-inverse.custom-nav .navbar-nav > .open > a, .main-header .navbar-inverse.custom-nav .navbar-nav > .open > a:hover, .main-header .navbar-inverse.custom-nav .navbar-nav > .open > a:focus, .main-header .navbar-inverse.custom-nav .navbar-nav > .active > a, .main-header .navbar-inverse.custom-nav .navbar-nav > .active > a:hover, .main-header .navbar-inverse.custom-nav .navbar-nav > .active > a:focus, .main-header .navbar-inverse.custom-nav .navbar-nav .current-menu-parent > a {
	color:#333333;
	background-color: transparent;
}
/*.navbar-inverse .middle-menu ul li {
	margin-right:5px;
}*/
.navbar-inverse ul > li > a {
	/*text-transform:uppercase;*/
	font-weight:600;
	padding-left:10px;
	padding-right:10px;
	padding-top:0;
	padding-bottom:0;
	line-height:6.5em;
	transition: ease, 0.2s;
	color:rgba(0, 0, 0, 0.7) !important;
	/*letter-spacing:1px;*/
}
.navbar-inverse .middle-menu .dropdown-menu > li > a {
	color:#929292;
	font-weight:normal;
	text-transform:capitalize;
}
.main-header .navbar-inverse.page-nav {
	position:relative;
}
.main-header .navbar-inverse.homepage-nav {
	box-shadow:0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.main-header .navbar-inverse .dropdown-menu > li > a, .main-header .navbar-inverse.fixed .dropdown-menu > li > a {
	line-height:30px;
}
.main-header .navbar-inverse.homepage-nav .dropdown-menu > li > a:hover, .main-header .navbar-inverse.homepage-nav .dropdown-menu > li > a:focus {
	color:#333333;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav .current-menu-parent { background-color: transparent !important; color:#189844 !important; }
.navbar-inverse .navbar-nav .current-menu-parent > a { color:#ffffff; }
.navbar-inverse .menu-search > a > i {
	border-left: 1px solid #929292;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
}
/*.main-header .navbar-inverse .navbar-right .dropdown-menu {
	right: auto;
	left: 0;
	padding:0px;
}*/
/*.navbar-inverse .middle-menu ul > li a:before {
	content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #2863c6;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.navbar-inverse .middle-menu ul > li a:hover:before, .navbar-inverse .middle-menu ul > li a:focus:before, .navbar-inverse .middle-menu ul > li.active > a, .navbar-inverse .middle-menu ul > li.active > a:focus, .navbar-inverse .middle-menu ul > li.active > a:hover {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);

}*/
.navbar-inverse ul > li.active > a, .navbar-inverse ul > li.active > a:focus, .navbar-inverse ul > li.active > a:hover, .navbar-inverse ul > li > a:focus, .navbar-inverse ul > li > a:hover {
	background-color: transparent !important;
	color:#189844 !important;
}
/*.navbar-inverse .middle-menu ul > li a:before {
	content: '';
	display: block;
	width: 20%;
	height: 100%; /*height: 3px;*/
/*	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	visibility: hidden;
}
.navbar-inverse .middle-menu ul > li.active > a:before, .navbar-inverse .middle-menu ul > li:focus > a:before, .navbar-inverse .middle-menu ul > li:hover > a:before {
	width:100%;
	visibility:visible;
	background:#2863c6;
}*/
/*.main-header .navbar-main, .main-header .navbar-fixed { 
	transition: height 0.5s ease 0s, opacity 0.8s ease 0s;
	-webkit-transition:  height 0.5s ease 0s, opacity 0.8s ease 0s;;
	transition:height 0.5s ease 0s, opacity 0.8s ease 0s;
}*/
/*.main-header .navbar-main {
	transition: height 0.5s ease 0s, opacity 0.8s ease 0s;
-webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
}
@-webkit-keyframes fadeinout {
  50% { opacity: 1; }
}

@keyframes fadeinout {
  50% { opacity: 1; }
}*/
.main-header .navbar-fixed {
	top:0;
	position: fixed;
	z-index: 1030;
	width:100%;
	max-width:1300px;
	background-color:#ffffff;
	border-top:3px solid #2863c6;
	transition: height 0.5s ease 0s, opacity 0.8s ease 0s;
}
.featured-news-content {
	/*margin-bottom:30px;*/
}
.homepage-main-content, .homepage-ads {
	margin-bottom:30px;
	position:relative;
}
.homepage-main-content {
	padding-left:15px;
	padding-right:15px;
}
.homepage-main-content .latest-news-top {
	/*border:1px solid #ebebeb;*/
}
.latest-news-top .latest-news-inner {
	/*border:1px solid #ebebeb;*/
}
.latest-news-liner {
	border-top:1px solid #ebebeb;
	margin:0 15px;
	padding-bottom:15px;
}
.latest-news-media {
	border-bottom:1px solid #ebebeb;
	padding-bottom:5px;
	margin-bottom:5px;
}
/*.latest-news-media h5 {
	margin-bottom:0;
}*/
.latest-news-media a {
	color:inherit;
}
.latest-news-thumbnail {
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	width: 80px; /*60px;*/
	height:67px; /*50px;*/
}
.latest-news-media .media-body {
	line-height:normal;
}
.homepage-news-left {
/*	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #333333;*/
}

.homepage-main-content .latest-news-top .col-md-4 {
/*	border-right:1px solid #ebebeb;
	padding-top:15px;
	padding-bottom:15px;*/
}
.homepage-main-content .date-post {
	font-style:italic;
	color:#aaaaaa;
}
.homepage-main-content .date-post .fa {
	font-size:12px;
}
.homepage-main-inner a, .homepage-main-left a, .widget ul li a {
	color:inherit;
	display:block;
	text-transform:capitalize;
}
.homepage-main-inner a:hover, .homepage-main-inner a:focus, .homepage-main-left a:hover, .homepage-main-left a:focus, .widget ul li a:hover, .widget ul li a:focus {
	color:#e25832;
	text-decoration:none;
}
/*.main-sub-title {
    text-transform: uppercase;
    font-weight: 400;
	padding:10px 0px;
	border-top:3px solid #2863c6;
	color:#2863c6;
	margin-bottom:15px;
}*/
.main-sub-title h3 {
	margin:0px;
	position:relative;
	width:auto;
	display:inline-block;
	text-transform:uppercase;
}
.main-sub-title a {
	float: right;
	text-align: center;
	color:inherit;
	line-height:2.1;
	position:relative;
}
.main-sub-title a .read-more-icon {
	transform:translateZ(0);
	transition-duration:0.1s;
	transition-property:transform;
	transition-timing-function:ease-out;
}
.main-sub-title a:hover, .main-sub-title a:focus {
	color: #2863c6;
	text-decoration:none;
}
.main-sub-title a:focus .read-more-icon, .main-sub-title a:hover .read-more-icon {
	transform:translateX(2px);
}
.main-sub-title span {
	text-align: center;
}
.homepage-main-content .homepage-main-inner {
	margin-bottom: 15px;
	/*border-top:1px solid #ebebeb;
	padding:15px;*/
}
.homepage-main-inner h5 {
	margin-top:0;
	text-transform:capitalize;
	font-weight:600;
}
.homepage-main-img, .left-news-img, .thumb-news-img {
	width:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	display:block;
}
.homepage-main-img {
	height:150px;
	margin-bottom:15px;
}
.homepage-main-title {
	margin:0;
	padding:5px 0;
	color:inherit;
	border-bottom:1px solid #ebebeb;
	padding-left:30px;
	font-weight:600;
}
.homepage-main-title a .fa {
	margin-left: -28px;
	margin-right:15px;
}
.homepage-main-row, .homepage-main-line {
	margin-bottom:15px;
}

.of-content-ads {
	margin-bottom: 30px;
}
.left-news-img {
	height:200px;
	margin-bottom:15px;
}
.thumb-news-img {
	height:60px;
	width:80px;
}
.widget, .homepage-main-content {
	position:relative;
	margin-bottom:30px;
}
/*.widget-title span:before, .homepage-news-content .main-sub-title span:before {
	background-color:#2863c6;
	display: inline-block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 15px;
	width: 15px;
	top: 50%;
	margin-top: -7.5px;
}*/
.widget .widget-title, .homepage-main-content .main-sub-title {
	text-transform:capitalize;
	padding-top:10px;
	margin-top:0;
	margin-bottom:15px;
	border-top:3px solid #10a54b; /*#2863c6;*/
}
.widget-title span, .homepage-main-content .main-sub-title span {
	font-weight:400;
	position:relative;
}
.news-pict-widget .main-contents > ul, .news-gallery-widget .gallery-widget-content > ul { padding:0; }
.news-pict-widget .picture-widget-content > ul > li, .news-gallery-widget .gallery-widget-content > ul > li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: medium none;
    display: inline-block;
    list-style-image: none;
    list-style-type: none;
    padding: 0;
}
.news-pict-widget .main-contents img, .news-gallery-widget .gallery-widget-content img {
height: 60px;
    margin-bottom: 0;
   width: 68px;
}
.news-gallery-widget .gallery-widget-content .news-gallery-image, .news-pict-widget .picture-widget-content .news-picture-image {
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	/*width:66px;
	height:60px;*/
	display:block;
}
.recent-news-widget > ul, .widget_popular > ul, .widget ul {
	padding-left:0px; 
	margin-bottom:0px;
}
.recent-news-widget > ul > li, .widget_popular > ul > li {
	list-style-image:none; 
	list-style-type:none; 
	background:none; 
	padding-top:5px;
	padding-bottom:5px;
}
.widget > ul > li > a {
	color:inherit;
	display:block;
/*	padding:15px;*/
}
.widget > ul > li > a:hover, .homepage-main-content .homepage-main-inner a:hover, .copyright a:hover, .copyright a:focus, .widget-footer-wrap ul li a:hover, .widget-footer-wrap ul li a:focus, .widget ul li a:hover, .widget ul li a:focus {
	text-decoration:none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.widget_archive > ul > li, .widget-footer > ul > li {
	list-style-type:none;
	list-style-image:none;
	padding-top:5px;
	padding-bottom:5px;
}
.widget_archive > ul > li > a, .widget_categories > ul > li > a {
	padding-left: 15px;
	display: inline-block;
	position: relative;
	background:url("images/list-style.png") no-repeat 0px 5px;
	color: inherit;
}
/*.widget > ul > li > a:hover {
	color:#515152;
}*/
/*.widget > ul > li:first-child > a:hover {
	color:#f85f83;
}
.widget > ul > li:nth-child(2) > a:hover {
	color:#f7bd1f;
}
.widget > ul > li:nth-child(3) > a:hover {
	color: #24d261;
}
.widget > ul > li:nth-child(4) > a:hover {
	color: #6537f7;
}*/
/*.widget > ul > li:nth-of-type(2) {
	color:#f7bd1f;
}*/
.widget .widget-thumbnail {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:80px;
	height:67px;
}
.recent-news-widget .intro-title, .widget_popular .intro-title, .headline-news-section .headline-news-line .intro-title, .recent-tour-packages-widget .intro-title, .recent-cruise-widget .intro-title, .recent-ticket-admission-widget .intro-title {
	margin:0 0 5px 0; 
	text-transform:capitalize; 
	font-weight: 600;
}
/*.widget-footer-wrap .intro-title {
	font-weight:normal;
}*/
.widget ul li {
	border-bottom:1px solid #ebebeb;
	list-style-type:none;
	/*list-style-image:url("images/icon-link-black.png");*/
}
aside.widget ul li {
	padding:10px 0;
}
.widget ul > li.default-style a {
	/*background:url("images/list-style.png") no-repeat 0px 5px;*/
	padding-left:15px;
	position:relative;
}
.widget ul > li.default-style a:before, .widget-footer ul > li.default-style a:before {
	content: '';
	border-width: 6px 0px 6px 6px;
	border-style: solid;
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 1;
}
.widget ul > li.default-style a:before {
	border-color: transparent transparent transparent #333333;
}
.widget-footer ul > li.default-style a:before {
	border-color: transparent transparent transparent #929292;
}
.widget ul > li.default-style a:hover:before, .widget ul > li.default-style a:focus:before {
	border-color: transparent transparent transparent #e25832;
}
.widget-footer ul > li.default-style a:hover:before, .widget-footer ul > li.default-style a:focus:before {
	border-color: transparent transparent transparent #ffffff;
}
.widget-title-footer { 
	/*border-bottom:1px outset #999;*/ 
	margin-top:0; 
	/*background-image:url("images/bottom-liner.png"); 
	background-position:center center; 
	background-repeat: repeat-x;*/
}
.widget-title-footer span {
	/*background:#0D2B4F;*/
	padding-right:15px; 
	font-weight:bold;
}

/* Homepage Carousel */
#homepage-carousel, #archives-carousel {
	height:auto;
	width:100%; 
	z-index:1;
}
#homepage-carousel {
	position:relative;
}
#archives-carousel {
	padding:15px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
}
#homepage-carousel .carousel-inner .item > div, #archives-carousel .carousel-inner .item > a {
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	display:block;
	position:relative;
}
#homepage-carousel .carousel-inner .item > div {
	height:800px;
}
#archives-carousel .carousel-inner .item > a {
	height:500px;
}
#homepage-carousel .carousel-inner .item .carousel-caption  { 
	left:auto; 
	right:auto;
	bottom: auto;
	width:auto; 
	margin:0 auto; 
	/*padding:30px 15px 15px 15px;*/
	/*padding:15px; 
	background-color:rgba(226, 88, 50, 0.7); 
	background-color: #e25832; 
	opacity:0.9;*/ 
	height:auto; 
	text-align:left; 
	/*background-image:linear-gradient(to top, rgba(0,0,0,0.7), transparent);*/
	position:absolute;
	top:50%;
	padding:0 15px;
}
#archives-carousel .carousel-inner .item .carousel-caption {
	left: 0;
	padding: 15px;
	right: 0;
	width: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	height: auto;
}
#homepage-carousel .carousel-inner .item .carousel-caption .caption-content, #archives-carousel .carousel-inner .item .carousel-caption .caption-content {
	/*max-width:75%;*/
	margin:0 auto;
	text-align:left;
}
#homepage-carousel .carousel-inner .item .carousel-caption .caption-content .caption-content-text, #archives-carousel .carousel-inner .item .carousel-caption .caption-content {
  animation-delay: 1s;
}
#homepage-carousel .carousel-inner .item .carousel-caption .caption-content .caption-content-text:before {
	width: auto;
	height: auto;
	border-top: 83px solid transparent;
	border-right: 20px solid #189844; /*#337ab7;*/
	border-bottom: 0px solid transparent;
	position: absolute;
	top: 0;
	left: -20px;
	content: '';
	z-index: 1;
}
#homepage-carousel .carousel-inner .item .carousel-caption .caption-content .caption-content-text:after {
	width: auto;
	height: auto;
	border-top: 0px solid transparent;
	border-left: 20px solid #189844; /*#337ab7;*/
	border-bottom: 84px solid transparent;
	position: absolute;
	top: 0;
	right: -20px;
	content: '';
	z-index: 1;
}
/*#homepage-carousel .carousel-inner .item .carousel-caption .caption-content > h1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  /*border-right: .15em solid orange; /* The typwriter cursor */
  /*white-space: nowrap; /* Keeps the content on a single line */
  /*margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  /*letter-spacing: normal; /* Adjust as needed */
  /*text-align:center;
  width: auto;
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}*/

/* The typing effect */
/*@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}*/

/* The typewriter cursor effect */
/*@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}*/

#homepage-carousel .carousel-inner .item .carousel-caption a {
	animation-delay:2s;
}
/*#homepage-carousel .carousel-inner .item .carousel-caption { 
	margin-bottom:15px; 
}*/
#homepage-carousel .carousel-inner .item .carousel-caption:hover, #homepage-carousel .carousel-inner .item .carousel-caption:focus {
	/*background-color:rgba(226, 88, 50, 1);
	opacity: 1;
	background-color: #e25832;*/
}
/*.item.active .carousel-caption:hover ~ .carousel-indicators-list .carousel-indicators-numbers li.active {
	opacity: 1 !important;
	background-color: #333;
}*/
#homepage-carousel .carousel-inner .item .carousel-caption a, #archives-carousel .carousel-inner .item .carousel-caption a {
	color:#f8f8f8;
	background-color:#189844; /*#337ab7;*/
	padding:15px;
	display:inline-block;
}
.our-packages .our-package-button, .our-travel-destinations .our-destination-button, .our-latest-news .latest-news-button {
	color:#f8f8f8;
	background-color:#189844; /*#337ab7;*/
	padding:15px;
	display:table;
	margin:0 auto;
	font-weight:600;
	text-transform:uppercase;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.our-packages .our-package-button .read-more-icon, .our-travel-destinations .our-destination-button .read-more-icon, .our-latest-news .latest-news-button .read-more-icon {
	transform: translateZ(0);
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}
.our-packages .our-package-button:hover, .our-packages .our-package-button:focus, .our-travel-destinations .our-destination-button:hover, .our-travel-destinations .our-destination-button:focus, .our-latest-news .latest-news-button:hover, .our-latest-news .latest-news-button:focus {
	text-decoration:none;
	background:#189844; /*#275d8b;*/
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.our-packages .our-package-button:hover .read-more-icon, .our-packages .our-package-button:focus .read-more-icon, .our-travel-destinations .our-destination-button:hover .read-more-icon, .our-travel-destinations .our-destination-button:focus .read-more-icon, .our-latest-news .latest-news-button:hover .read-more-icon, .our-latest-news .latest-news-button:focus .read-more-icon {
	transform:translateX(4px);
}
#homepage-carousel .carousel-inner .item .carousel-caption a:hover, #homepage-carousel .carousel-inner .item .carousel-caption a:focus, #archives-carousel .carousel-inner .item .carousel-caption a:hover, #archives-carousel .carousel-inner .item .carousel-caption a:focus {
	text-decoration:none;
}
#homepage-carousel .carousel-inner .item .carousel-caption h2 {
	/*font-weight:700; 
	padding-bottom:10px; 
	margin-bottom:10px; 
	border-bottom:1px solid #ffffff;*/ 
	text-transform:capitalize; 
	margin:0px 0px 0px 0px;
	/*font-size:4em;*/
}
#archives-carousel .carousel-inner .item .carousel-caption h3 {
	line-height:1.5;
	margin:0px;
}
#homepage-carousel .carousel-inner .item .carousel-caption .caption-content .caption-content-text {
	background-color:#189844; /*#337ab7;*/
	padding: 15px 10px 15px 20px;
	width:auto;
	margin-bottom:15px;
	position:relative;
	margin-left:20px;
}
#homepage-carousel .carousel-inner .item .carousel-caption p, #archives-carousel .carousel-inner .item .carousel-caption p {
	line-height:20px; 
	margin-bottom:0;
}
#homepage-carousel .carousel-inner .item .carousel-caption .carousel-caption-button {  }
#homepage-carousel .carousel-control, .packages-carousel .carousel-control, #archives-carousel .carousel-control, .packages-carousel .carousel-control {
	z-index:1;
	text-shadow:none;
}
#homepage-carousel .carousel-control, #archives-carousel .carousel-control {
	/*background-color: #e25832; */
	width: 40px;
	height: 40px;
	top: 50%;
	border-radius: 50%;
	color: #ffffff;
	opacity: 0.5;
	border: 2px solid #fff;
	background: #189844;
	line-height: 40px;
	text-align: center;
}
#homepage-carousel .carousel-control:hover, #archives-carousel .carousel-control:hover, #homepage-carousel .carousel-control:focus, #archives-carousel .carousel-control:focus {
	opacity:1;
	background: #189844;
}
#homepage-carousel .carousel-control .glyphicon-chevron-left, #homepage-carousel .carousel-control .glyphicon-chevron-right, #homepage-carousel .carousel-control .icon-prev, #homepage-carousel .carousel-control .icon-next {
	margin-top:-16px;
}
/*#homepage-carousel .carousel-control span, #archives-carousel .carousel-control span { 
	box-shadow: 0px 0px 3px #eeeeee;
}*/
#homepage-carousel .carousel-control.right, #archives-carousel .carousel-control.right {
	right:15px;
}
#homepage-carousel .carousel-control.left, #archives-carousel .carousel-control.left {
	left:15px;
}
#homepage-carousel .carousel-indicators {
	right: 0; 
	width: auto; 
	margin: 0 auto; 
	left: 0; 
}
/*#homepage-carousel .carousel-indicators {
	padding: 5px;
}*/
#archives-carousel .carousel-indicators {
    padding: 0;
    top: 15px;
    right: 20px;
    left: auto;
    width: auto;
    margin: 0;
    height: auto;
    bottom: unset;
}
#homepage-carousel .carousel-indicators .active, #archives-carousel .carousel-indicators .active {
	background-color:#189844; /*#2863c6;*/
}
/*#homepage-carousel .carousel-indicators li, #archives-carousel .carousel-indicators li {
	border: 1px solid #ffffff; 
	background-color: #333333; 
	border-radius: 0; 
	width: 20px; 
	height: 20px; 
	color: #fff; 
	text-indent: unset; 
	text-align: center; 
	margin:0; 
	line-height:normal;
}*/
#homepage-carousel .carousel-indicators li, #archives-carousel .carousel-indicators li {
	background-color:#bcbcbc;
}
.bottom-footer {
  position: relative;
  /*bottom: 0;*/
height:auto;
  /* Set the fixed height of the footer here */
  background-color:#189844; /*#1c1c1c; /*#e25832; /*#2D3E52; /*#136dbd; /*#0E5A6B;*/ /*#2EB4D4;*/ /*#932236;*/
  color:#ffffff;
  margin-top:0px;
/*  -webkit-box-shadow: 0 -1px 2px 0 #000;
	   -moz-box-shadow: 0 -1px 2px 0 #000;
	        box-shadow: 0 -1px 2px 0 #000;*/
background-image:url(images/bg-overlay.png);
background-position: center center;
background-repeat: no-repeat;
background-size:cover;
}
.bottom-footer .subscription-form-area {
	background-color:#076427;
	padding:25px 0;
}
.bottom-footer .subscription-form-area h1 {
	margin-top:0px;
}
.bottom-footer .subscription-form-area p {
	margin-bottom:0px;
}
.subscription-form-content {
	display: inline-grid;
	align-items: center;
	height: 70px;
	width:100%;
}
.subscription-form-content .form-inline .form-control {
	width: 79%;
}
.widget-footer-wrap {
	padding-bottom:50px; 
	padding-top:70px; 
	/*background:url(images/bg-footer.png) no-repeat center bottom; */ 
	overflow: hidden; 
}
.widget-footer-wrap .widget-title {
	margin-top:0;
	/*border-bottom:1px solid rgba(255,255,255,.1);*/
	padding-bottom:15px;
	margin-bottom:15px;
	border-top:none;
	padding-top:0;
	text-transform:uppercase;
}
.widget-footer-wrap .widget-title:after {
	content:'';
	display:block;
	width:20%;
	height:2px;
	background-color:#ffffff;
	margin:15px 0px 0px 0px;
}
.widget-footer-wrap .widget-footer .textwidget p {
	line-height:1.7;
}
.widget-footer-wrap ul {
	padding-left:0;
	list-style:none;
}
.widget-footer-wrap ul > li {
	border-bottom:1px solid rgba(255,255,255,.1);
	padding-bottom: 10px;
	margin-bottom:10px;
	text-transform:capitalize;
}
.widget-footer-wrap .widget-footer ul li {
	color:#929292;
	/*padding-bottom:5px;
	margin-bottom:0;*/
}
.latest-news-lists {
}
.latest-contents, .popular-lists {
	padding-left:45px;
}
.latest-news-number { 
  background: rgba(16,165,75,0.9); /*rgba(40,99,198,0.9); #2863c6; #2582bd;*/
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: #ffffff;
  /*display: inline-block;*/
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 10px;
  text-align: center;
  width: 1.6em; 
  margin-top:2px;
  font-size:20px;
  float:left;
}
.widget-footer-wrap .latest-news-number {
	background:#929292;
}
.widget-footer-wrap .widget ul li a:hover .latest-news-number {
	background:#ffffff;
	color:#1c1c1c;
}
.copyright,.copyright a {
	font-size:14px; 
	overflow:hidden; 
	background-color:#076427; /*#353535; /*#272D33; /*#023a6c; /*#053E49;*/ /*#0E5A6B;*/ /*#5B0614;*/ 
	text-align:center; 
}
.copyright {
	padding:15px;
	border-top:1px inset #045b22;
}
.copyright p {
	margin:0;
}
.copyright, .copyright a, .widget-footer-wrap ul > li > a, .widget-footer-wrap .widget ul li a {
	color:#ffffff; /*#929292;*/
	font-weight:normal;
}
.widget-footer-wrap ul > li > a, .widget-footer-wrap .widget ul li a {
	display:inline-block;
}
.copyright a:hover, .copyright a:focus, .widget-footer-wrap ul li a:hover, .widget-footer-wrap ul li a:focus {
	color: #ffffff;
	text-decoration:none;
}
.news-slider { position:relative; }
.news-slider .item { padding: 0px;}
.news-slider img, .news-slideshow .news-slider-image { 
	width:100%; 
	height:250px; 
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	display:block;
}
.news-slideshow {
	-webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
	padding: 5px;
}
.news-slider h5 { position:absolute; bottom:0; width:100%; margin: 0px; padding:10px; background-color:rgba(0,0,0,0.5); text-transform: capitalize; }
.news-slider a:hover h5, .news-slider a:focus h5 { background-color: rgba(0,0,0,0.7); }
.news-slideshow h4 { position:absolute; bottom:0; width:100%; margin:0; font-weight:bold; text-transform:uppercase; text-align:center; }
.news-slider h5 span, .news-slideshow h4 { color:white;
   /*letter-spacing: -1px;  */
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
  padding: 10px; 
}
.news-slider a, .news-slider a:focus, .news-slider a:hover  { color:#fff; }
.news-slider .carousel-inner .carousel-control {
	top: 45%;
	width: 20px;
	height: 30px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.our-packages, .our-travel-destinations, .our-latest-news {
	margin-bottom:30px;
	border-bottom:1px solid #e7e7e7;
	padding:20px 0px 40px 0px;
}
.airline-logo-section {
	margin-bottom:30px;
	padding: 20px 0px 40px 0px;
}
@media (max-width: 767px) {
	.top-content {
		border-bottom: none;
	}
	.top-content-inner {
		padding-left:0px;
		padding-right:0px;
		width:auto;
		margin-right:-15px;
		margin-left:-15px;
	}
	.top-content-inner .navbar-header {
		border-bottom:1px solid #e7e7e7;
	}
	.top-content .top-content-inner .navbar-toggle {
		float:left;
		margin:0;
		padding-left:15px;
		padding-right:15px;
	}
	.top-content .top-content-inner .navbar-toggle .icon-bar, .navbar-inverse .navbar-header .navbar-toggle .icon-bar {
		background-color:#555555; /*#9b9b9b;*/
	}
	.top-content .top-content-inner .navbar-toggle:hover .icon-bar,  .top-content .top-content-inner .navbar-toggle:focus .icon-bar {
		background-color:#333333;
	}
	.navbar-inverse .navbar-header .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-header .navbar-toggle:focus .icon-bar {
		background-color:#333333;
	}
	.top-content-inner .navbar-collapse.in {
		border-bottom: 1px solid #929292;
	}
	.top-content .top-content-inner .top-contact {
		float:none;
		text-align:center;
	}
	.top-content-inner .top-contact > li {
		padding-right:5px;
		margin-right:5px;
	}
	.top-content-inner .top-contact > li > i {
		font-size: inherit;
		margin-right:5px;
	}
	.top-content-inner .top-contact > li span {
		font-size: inherit;
		font-weight:normal;
	}
	/*.top-content-inner .top-contact li {
		padding-left:0px;
		padding-right:0px;
	}
	.top-content-inner ul li {
		border-right:none;
		padding-right:0px !important;
		margin-right:0px !important;
	}*/
	.top-content-inner .menu li > a, .navbar-inverse .middle-menu.navbar-collapse li > a {
		padding-left:15px;
		padding-right:15px;
		border-bottom:1px solid #929292;
	}
	.top-content-inner .menu li > a {
		border-bottom:1px solid #e7e7e7;
	}
/*	.navbar-inverse .middle-menu.navbar-collapse li > a {
		border-top:1px solid #929292;
	}*/
	.main-header .navbar-inverse {
		/*background:rgba(0, 0, 0, 0.8)*/
		background:#ffffff;
		position:relative;
	}
	.main-header .navbar-inverse.fixed {
		/*(background:rgba(0, 0, 0, 0.8) !important;*/
		background:#ffffff;
	}
	#toTop {
		right:15px;
	}
	.navbar-inverse ul > li > a {
		line-height:normal;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #929292;
	}
	.navbar-inverse.fixed .middle-menu ul li a {
		line-height:normal !important;
		border-bottom:1px solid #929292 !important;
	}
	.navbar-inverse.fixed .middle-menu ul > li.active > a, .navbar-inverse.fixed .middle-menu ul > li.active > a:focus, .navbar-inverse.fixed .middle-menu ul > li.active > a:hover, .navbar-inverse.fixed .middle-menu ul > li > a:focus, .navbar-inverse.fixed .middle-menu ul > li > a:hover {
		color:#189844 !important;
	}
	.navbar-inverse .middle-menu .dropdown-menu {
		padding:0;
	}
	.top-content-inner .social-media {
		padding-left:15px;
		padding-right:15px;
		text-align:center;
		display:none;
		visibility:hidden;
	}
	.top-content-inner .social-media li {
		display:inline-block;
		margin-right:10px !important;
	}
	.top-content .social-media li.now-date {
		border-right:1px solid #e7e7e7;
		padding-right:10px !important;
		margin-right:10px !important;
	}
	.navbar-inverse .logo {
		padding-top:0px !important;
		padding-bottom:0px !important;
		padding-left:15px !important;
	}
	.navbar-inverse .logo img {
		max-height: 47px;
		padding:10px 0px 5px 0px;
	}
	.navbar-inverse.fixed .logo {
		padding-top: 0px;
		padding-bottom:0px;
		padding-left:15px;
	}
	.navbar-inverse .logo h1 {
		font-size:24px;
	}
	.navbar-inverse .logo .site-description {
		font-size:12px;
		color:#ffffff;
	}
	.navbar-inverse .logo a {
		padding-top:0px;
		padding-bottom:0px;
	}
	.navbar-inverse.fixed .logo h1 a, .navbar-inverse.fixed .site-description {
		color:#ffffff !important;
	}
	.top-middle-content .ads-link .ads-image {
		height:auto !important;
	}
	.navbar-inverse .middle-menu.navbar-collapse {
		padding-left:15px;
		padding-right:15px;
	}
	.navbar-inverse .middle-menu ul li {
		margin-right:0px;
	}
	.navbar-inverse .navbar-header .navbar-toggle {
		border-color: transparent;
		margin: 0 auto;
		padding: 15px;
	}
	.navbar-inverse .navbar-header .navbar-toggle:hover, .navbar-inverse .navbar-header .navbar-toggle:focus {
		background-color:transparent;
	}
	/*.navbar-inverse .middle-menu.navbar-collapse {
		border-color: transparent;
	}*/
	.navbar-inverse .middle-menu .menu {
		margin-top:0px;
		margin-bottom:0px;
	}
	.navbar-inverse .middle-menu ul > li.active > a:before, .navbar-inverse .middle-menu ul > li:focus > a:before, .navbar-inverse .middle-menu ul > li:hover > a:before {
		visibility: hidden;
	}
	.navbar-inverse .middle-menu ul > li.active > a, .navbar-inverse .middle-menu ul > li.active > a:hover, .navbar-inverse .middle-menu ul > li.active > a:focus, .navbar-inverse .middle-menu ul > li a:focus, .navbar-inverse .middle-menu ul > li a:hover, .navbar-inverse .middle-menu .navbar-nav > .open > a, .navbar-inverse .middle-menu .navbar-nav > .open > a:focus, .navbar-inverse .middle-menu .navbar-nav > .open > a:hover {
		background-color:transparent; /*#10a54b; #2863c6;*/
	}
	#homepage-carousel .carousel-inner .item > div, #archives-carousel .carousel-inner .item > div {
		height:300px;
	}
	#homepage-carousel .carousel-inner .item .carousel-caption {
		display:none;
		visibility:hidden;
	}
	#homepage-carousel .carousel-inner .item .carousel-caption h3, #archives-carousel .carousel-inner .item .carousel-caption h3 {
		font-weight:400;
		font-size:16px;
		text-transform:capitalize;
	}
	#homepage-carousel .carousel-control .glyphicon-chevron-left {
		margin-left:-5px !important;
	}
	#homepage-carousel .carousel-control .glyphicon-chevron-right {
		margin-right:-5px !important;
	}
	.homepage-content-img {
		height: 200px;
	}
	.welcome-message .welcome-message-content, .our-packages .short-intro-package {
		max-width: 100% !important;
	}
	.our-package-content .our-package-image .our-package-link .our-package-title {
		background-color: rgba(0, 0, 0, 0.5) !important;
		padding:15px !important;
	}
	.our-package-content .our-package-image .our-package-link .our-package-title h4 {
		padding: 0px !important;
	}
	/*.our-package-content .our-package-image .our-package-link .hover-image {
		height:350px !important;
	}*/
	.single-content .heading-page-title h1 {
		font-size:24px;
	}
	.single-post-image .single-post-img {
		height:200px !important;
	}
	.small-media {
		margin-bottom: 15px;
		padding-bottom:15px;
		border-bottom:1px solid #e7e7e7;
	}
	.small-media:last-child {
		/*border-bottom:none;
		padding-bottom:0px;
		margin-bottom:0px;*/
	}
	.our-benefits .small-media:last-child {
		border-bottom:none;
		padding-bottom:0px;
		margin-bottom:0px;
	}
	.our-travel-destinations .small-media:first-child {
		margin-top: 15px;
		padding-top:15px;
		border-top:1px solid #e7e7e7;
	}
	.editor-choice-news .editor-choice-image .related-posts-link .hover-image {
		height:200px !important;
	}
	#archives-carousel {
		padding:0px;
	}
	#archives-carousel .carousel-inner .item > a {
		height:250px;
	}
	/*.our-latest-news-link {
		margin-bottom:15px;
	}*/
	.our-latest-news-content {
		/*-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		-ms-box-shadow: none !important;
		box-shadow: none !important;
		margin-bottom:0px !important;*/
	}
	.our-latest-news-content .our-latest-news-image {
		padding:0 !important;
	}
	#archives-carousel .carousel-control {
		width:30px;
		height:30px;
	}
	#archives-carousel .carousel-control.right {
		right:0px;
	}
	#archives-carousel .carousel-control.left {
		left:0px;
	}
	#archives-carousel .carousel-control .glyphicon-chevron-right {
		right:70%;
	}
	#archives-carousel .carousel-control .glyphicon-chevron-left {
		left:70%;
	}
	.of-content-ads .ads-link .ads-image {
		height: auto !important;
	}
	.our-latest-news-content .our-latest-news-description {
		height: auto !important;
	}
	.our-travel-destinations .our-destination-button {
		margin-top:30px;
	}
	.our-travel-destinations-content {
		margin-bottom: 0px !important;
	}
	.travel-destinations-image, .our-travel-destinations-content a:hover .travel-destination-image, .our-travel-destinations-content a:focus .travel-destination-image {
		width: 50px !important;
		height: 50px !important;
	}
	.our-travel-destinations-content .destination-text {
		/*padding: 5px 0 !important;*/
	}
	/*.top-package-content {
		padding:15px 0 !important;
	}*/
	.single-packages-carousel {
		padding:0px !important;
	}
	.single-packages-carousel .carousel-inner .item > div {
		height:300px !important;
	}
	.top-package-content .package-description {
		display: block !important;
		height: auto;
		min-height: auto !important;
		/*margin-top: 30px;*/
		padding-left:15px;
		padding-right:15px;
		padding-top:15px;
		padding-bottom:15px;
	}
	.top-package-content .package-description:before, .top-package-content .package-description:after {
		display:none;
	}
	.top-package-content .heading-page-title {
		margin-top:0px !important;
		margin-left:0px !important;
		max-width:100% !important;
	}
	.package-description .heading-page-title h2 {
		font-size:24px;
	}
	.package-content .package-content-tabs > ul > li {
		float:none;
	}
	.package-content-tabs .nav-tabs > li > a {
		border-radius: 5px !important;
		margin-bottom:5px;
	}
	.div-spacer {
		min-height:auto !important;
		height:auto;
	}
	.single-package-title {
		position:relative !important;
	}
	.heading-page-title h1 {
		margin-top:15px !important;
		font-size:30px;
	}
	/*.our-package-content {
		margin-left:15px;
		margin-right:15px;
	}*/
	/*.our-package-content .our-package-image .our-package-link {
		height:250px !important;
	}*/
}
.our-package-content .our-package-image, .our-latest-news-image, .related-posts-image, .editor-choice-image {
	position:relative;
}
.float-panel {
    width:100%;
    z-index:300;
    transform: translateZ(0);
    transition:all 0.5s;
}

/* Float Panel: class="float-panel fixed" */

.fixed {
    /*box-shadow:0 2px 6px rgba(0,0,0,0.2);*/
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    /*padding:4px 0;*/
    animation:slide-down 0.7s;
    opacity:1;    
	/*top:0;
	position: fixed;*/
	z-index: 1030;
	width:100%;
	max-width:100%; /*1300px;*/
	transition:all 0.5s;
	/*transition: height 0.5s ease 0s, opacity 0.8s ease 0s;*/
	background-color:#ffffff !important;
}
.navbar-inverse.fixed .logo {
	padding:5px 0;
}
.navbar-inverse.fixed h1 {
	font-size:24px;
}
.navbar-inverse.fixed .logo h1 a, .navbar-inverse.fixed .site-description {
	color:#444444;
}
.navbar-inverse.fixed .site-description {
	margin-bottom:0;
}
.navbar-inverse.fixed .middle-menu ul li a {
	line-height:4em;
	color:#929292;
}
.navbar-inverse.fixed .middle-menu ul > li.active > a, .navbar-inverse.fixed .middle-menu ul > li.active > a:focus, .navbar-inverse.fixed .middle-menu ul > li.active > a:hover, .navbar-inverse.fixed .middle-menu ul > li > a:focus, .navbar-inverse.fixed .middle-menu ul > li > a:hover {
	color:#444444;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

#toTop{
	position: fixed;
	bottom: 10px;
	right: 0px;
	cursor: pointer;
	display: none;
	height:38px; 
	width:38px; 
	/*background:url(images/top-button.png) no-repeat center center;*/
	z-index:99;
	border-radius:50%;
	background-color:#10a54b;
	/*background-color:#2863c6;*/
	color:#ffffff;
	text-align:center;
}
#toTop .fa {
	margin:0 auto;
	font-size:28px;
	font-weight:400;
}
.single-package-title {
	position:absolute;
	top:40%;
	height:auto;
	width:100%;
}
.page-content, .single-content, .archive-content, .google-maps-content, .not-found-page, .contact-page {
	padding:0px 0px 30px 0px;
}
.heading-page-title {
	position:relative;
	overflow:hidden;
	color:#ffffff;
}
.heading-page-title h1 {
	/*position:absolute;*/
	width:auto;
	/*bottom:0;
	top:10%;
	text-shadow: 0px 0px 5px #000;
	line-height:200px;*/
	margin:0 0 15px 0;
	float:left;
	text-transform:uppercase;
	font-weight: 200;
}
.single-content .heading-page-title h1 {
	text-transform:capitalize;
	line-height:1.3;
}
.our-latest-news-content, .google-maps, .related-posts-content, #archives-carousel { 
	-webkit-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);	
}
.our-latest-news-content, .google-maps, .related-posts-content {
	margin-bottom:30px;
}
#archives-carousel {
	margin-bottom:50px;
}
.our-latest-news-content .our-latest-news-image {
	padding:15px;
}
.our-latest-news-content .our-latest-news-image .our-latest-news-link .hover-image {
	display:block;
	height:235px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.our-package-title h4, .our-latest-news-content .our-latest-news-title { 
	margin:0 0 10px 0;
	font-weight:500;
	text-transform:uppercase;
}
.our-latest-news-content .our-latest-news-description {
	padding:15px;
	margin:0;
	background-color:#ffffff;
	height:170px;
	max-height:170px;
}
.our-latest-news-content .our-latest-news-image img {
	width:100%;
}
.our-latest-news-title a, .our-latest-news-title a:hover, .our-latest-news-title a:focus {
	color: #189844;
    position: relative;
	display:block;
}
.our-latest-news-link {
	color: inherit;
    position: relative;
	display:block;
	height:200px;
	overflow:hidden;
	background-position:center center;
	background-size:cover;
}
.our-latest-news-title .latest-news-date { font-style:italic; font-size:12px; padding-bottom:5px; margin-top:5px; margin-bottom:5px; border-bottom:1px solid #ccc; }

.our-latest-news-title a:hover, .our-latest-news-title a:focus,
.related-posts-title a:hover, .related-posts-title a:focus { text-decoration:none; }
.content-news .entry-meta, .entry-header .entry-meta { margin-bottom:15px; }
.content-news .entry-meta a, .entry-header .entry-meta a { color:inherit; }
.entry-meta span { margin-right:5px; }
.related-posts .related-post-title, .comment-reply-title, .headline-news-title, .editor-choice-title { text-transform:uppercase; border-bottom:1px solid #cccccc; padding-bottom:5px; }
.related-posts-content .related-posts-image .related-posts-link, .editor-choice-news .editor-choice-image .related-posts-link  {
	color: inherit;
    position: relative;
	display:block;
	overflow:hidden;
}
.related-posts-content .related-posts-image .related-posts-link {
	height:200px;
}
.related-posts-content .related-posts-image .related-posts-link .hover-image, .related-packages-content .related-package-image .related-package-link .hover-image, .editor-choice-news .editor-choice-image .related-posts-link .hover-image {
	display:block;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.related-posts-content .related-posts-image .related-posts-link .hover-image {
	height:200px;
}
.related-packages-content .related-package-image .related-package-link .hover-image {
	height: 250px;
}
.related-posts-content .related-posts-image .related-posts-title {
	background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    height: auto;
    padding: 5px;
    position: absolute;
	width:100%;
	bottom:0;
}
.related-posts-content .related-posts-image .related-posts-title:hover {
	background-color: rgba(0, 0, 0, 0.7);
}
.related-posts-content .related-posts-title h5 { margin:0; font-weight:200; text-transform:uppercase; }

.editor-choice-image .related-posts-link:hover, .editor-choice-image .related-posts-link:focus {
	color:#e25832;
	text-decoration:none;
}
article {
	margin-bottom:30px;
}
/** Headline News Carousel **/
.headline-carousel-wrapper {
	position:relative;
	padding:0px;
	background-color:#fff;
	margin-bottom:15px;
	-webkit-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.5);
	-ms-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.5);
}
.headline-news-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.headline-news-carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.headline-news-carousel li {
    width: 100%;
    float: left;
    /*border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
	padding:0px;
	background-color:#fff;
}
.headline-news-carousel .headline-news-item {
	margin: 0 0px 0 0;
	width: 100%;
	position:relative;
	height:auto;
}
.headline-news-image {
    display: block;
    max-width: 100%;
	height:200px;
	margin:0 auto;
	/*max-height:200px;*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.headline-news-carousel h5 {
	position:absolute;
	bottom:5px;
	width:auto;
/*	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);*/
	padding: 10px;
	margin:0 auto;
	height:auto;
	font-weight:300;
	background-color:rgba(0, 0, 0, 0.5);
	left:5px;
	right:5px;
	text-transform:uppercase;
	color:#ffffff;
}
.headline-news-carousel h5 span {
	color:white;
   /*background: rgb(0, 0, 0); /* fallback color */
   /*background: rgba(0, 0, 0, 0.7);*/
   padding: 10px; 
   bottom:0;
   position:absolute;
   left:0;
   right:0;
   width:100%;
}
.headline-news-item a:hover h5 {
	background: rgba(0, 0, 0, 0.8);
}
.headline-news-item a {
	padding:5px;
	display:block;
}
.headline-news-item a, .headline-news-item a:focus, .headline-news-item a:hover {
	color:#ffffff;
}

/** Carousel Controls **/
.headline-news-control-prev,
.headline-news-control-next {
    position: absolute;
    top: 40%;
	bottom:0;
    margin-top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #ab1b1b;
    color: #ccc;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
}
.headline-news-control-prev:hover,
.headline-news-control-prev:focus,
.headline-news-control-next:hover,
.headline-news-control-next:focus {
	color:#fff;
	background:#cf0000; /*#4E443C;*/
	text-decoration:none;
	outline:none;
}
.headline-news-control-prev {
    left: -10px;
	right:auto;
}
.headline-news-control-next {
    right: -10px;
	left:auto;
}
.jcarousel-gallery { width:100%; padding:0px 40px; }
.jcarousel-wrapper { height:auto !important; width:100% !important; }
.headline-news-control-prev:after {
	border-color:#580606 transparent transparent;
	border-style:solid;
	border-width:5px 0 0 10px;
	bottom:0;
	content:"";
	height:0;
	left:0;
	right:auto;
	position:absolute;
	top:100%;
	width:0;
}
.headline-news-control-next:after {
	border-color:#580606 transparent transparent;
	border-style:solid;
	border-width:5px 10px 0 0px;
	bottom:0;
	content:"";
	height:0;
	left:auto;
	right:0;
	position:absolute;
	top:100%;
	width:0;
}

/* editor choices */
.editor-choice-news {
	margin-bottom: 30px;
}
.editor-choice-news .editor-choice-image .hover-image { 
	-webkit-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
}
.entry-content img {
	-webkit-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);	
	padding:5px;
	background-color:#ffffff;
	margin-bottom:15px;
}
.editor-choice-news .editor-choice-image .related-posts-link {
	height: auto;
	text-transform: uppercase;
}
.editor-choice-image .related-posts-link:hover, .editor-choice-image .related-posts-link:focus {
	color:#e25832;
	text-decoration:none;
}
.editor-choice-news .editor-choice-image .related-posts-link .hover-image {
	height:150px;
}
.news-slideshow, .single-post-image { 	
	-webkit-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	padding:5px;
 }
.single-post-image {
	margin-bottom: 15px;
}
.single-post-image .single-post-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 400px;
}
#btn-submit {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#btn-submit:focus,
#btn-submit:active:focus,
#btn-submit.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#btn-submit:hover,
#btn-submit:focus {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
#btn-submit:active,
#btn-submit.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
#btn-submit {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.comments-area .comments-title span {
	font-style:italic;
}
/* Comment List */
ol.comment-list {
  margin-left: 0;
  margin-top: 2em;
  padding: 0px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
ol.comment-list li {
	list-style:none;
}
ol.comment-list > li {
	border-top:1px solid rgba(0,0,0, 0.1);
}

ol.comment-list > li:first-child { border-top: none; }
ol.comment-list li article {
	margin-bottom:0px;
	padding: 15px;
}

ol.comment-list .comment-author img {
  border-radius: 50%;
 float: left;
  margin: 0 1em 0 0;
}
ol.comment-list .author-meta {
  display: inline-block;
}
ol.comment-list cite.fn {
  margin-right: 0.5em;
}
ol.comment-list section.comment {
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  margin-bottom: 1.25em;
  padding: 20px;
  background: white;
}
ol.comment-list section.comment > :first-child {
  margin-top: 0;
}
ol.comment-list section.comment > :last-child {
  margin-bottom: 0;
}
ol.comment-list section.comment h1, ol.comment-list section.comment h2, ol.comment-list section.comment h3, ol.comment-list section.comment h4, ol.comment-list section.comment cite.fn, ol.comment-list section.comment h5, ol.comment-list section.comment h6, ol.comment-list section.comment p {
  color: #333333;
}
ol.comment-list section.comment h1, ol.comment-list section.comment h2, ol.comment-list section.comment h3, ol.comment-list section.comment h4, ol.comment-list section.comment cite.fn, ol.comment-list section.comment h5, ol.comment-list section.comment h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
ol.comment-list section.comment h1.subheader, ol.comment-list section.comment h2.subheader, ol.comment-list section.comment h3.subheader, ol.comment-list section.comment h4.subheader, ol.comment-list section.comment cite.subheader.fn, ol.comment-list section.comment h5.subheader, ol.comment-list section.comment h6.subheader {
  line-height: 1.4;
}
ol.comment-list a.comment-reply-link {
  float: right;
  position: relative;
  bottom: 1em;
}
ol.comment-list > li.parent > .comment-body {
	border-bottom:1px solid #e6e6e6;
}
.not-found-page ul, .not-found-page ol {
	padding-left:15px;
}
.not-found-page ul > li {
	padding:5px 0;
}
.not-found-page ul > li > a {
	display:inline;
}
.side-carousel-ads .carousel-inner .item .banner-carousel-link {
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	margin:0 auto;
}

/* Welcome Message section */
.welcome-message {
	margin-bottom:30px;
	padding:50px 0;
	text-align:center;
	border-bottom:1px solid #e7e7e7;
}
.welcome-message .welcome-message-content {
	max-width:75%;
	margin:0 auto;
}
/*.welcome-message h2 {
	text-transform:capitalize;
	margin-top:0;
}
.welcome-message h2 span:after {
	content: '';
	height:3px;
	width:100px;
	background-color:#333333;
	display:block;
	margin:15px auto;
}*/
.welcome-message p {
	font-size:16px;
}

/* Our Benefits */
.our-benefits { 
	background-color:#ecf0f1; 
	padding:30px 0; 
}
.our-benefits .our-benefits-content { 
	clear:both; 
}
.our-benefits .our-benefits-icon {
	float:left;
	display:inline-block;
	height:auto;
	width:auto;
}
.our-benefits .our-benefits-icon .fa {
	font-size: 60px;
	text-align: center;
	color: #189844; /*#0091b8;*/
}
.our-benefits .special-price {
    display: inline-block;
    float: left;
    height: 64px;
    width: 65px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.our-benefits .special-discount {
    display: inline-block;
    float: left;
    height: 64px;
    width: 57px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.our-benefits .special-support {
    display: inline-block;
    float: left;
    height: 64px;
    width: 59px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.our-benefits .text-benefits { color:#333333; font-size:13px; margin-left:80px; }
.our-benefits .text-benefits b, .our-package-description b {  color: #189844; /*#0091b8;*/
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.our-benefits .text-benefits b {
    display: block;
}
.div-spacer {
	position:relative;
	min-height:200px;
	background-color:#189844; /*#286090;*/
	margin-bottom:20px;
}

.packages-carousel { height:450px; width:100%; position:relative; border:1px solid #eeeeee; padding:10px;  }
.packages-carousel .carousel-inner { z-index:-1; }
.packages-carousel .carousel-inner .item > div {width:100%;background-repeat:no-repeat;background-position:center center;height:428px;background-size:cover;}
.packages-carousel .carousel-indicators { bottom:0px; }
.packages-carousel .carousel-indicators .active { background-color:#189844; /*#E8CF32;*/ }
.packages-carousel .carousel-control { width:40px; opacity:1; height:40px; top:45%; }
.packages-carousel .carousel-control.left { left:-5px; }
.packages-carousel .carousel-control.left span { left:0; }
.packages-carousel .carousel-control.right { right:-5px; }
.packages-carousel .carousel-control.right span { right:0; }
.packages-carousel .carousel-control.left span:after, .packages-carousel .carousel-control.right span:after {
	/*border-color: transparent #a98a07 transparent transparent;*/
    border-style: solid;
    /*border-width: 0 5px 10px 0;*/
    bottom: 0px;
    content: "";
    height: 0;
    /*left: 0;*/
    position: absolute;
    /*right: auto;*/
    width: 0;
    z-index: 1;
	top:100%;
}
.packages-carousel .carousel-control.left span:after { border-width:0 5px 10px 0; border-color: transparent #076427 /*#a00808*/ transparent transparent; left:0; right:auto; }
.packages-carousel .carousel-control.right span:after { border-width:10px 5px 0 0; border-color: #076427 /*#a00808*/ transparent transparent transparent; left:auto; right:0; }
.packages-carousel .carousel-control .fa-angle-left, .packages-carousel .carousel-control .icon-prev { margin-left:0; margin-top:0; background-color:#189844; /*#DD3333;*/ height:40px; width:40px; padding:5px; }
.packages-carousel .carousel-control .fa-angle-right, .packages-carousel .carousel-control .icon-next { margin-right:0; margin-top:0; background-color:#189844; /*#DD3333;*/ height:40px; width:40px; padding:5px; }
.packages-carousel .carousel-control .fa-angle-left, .packages-carousel .carousel-control .fa-angle-right {
	font-size:28px;
}
.packages-carousel .carousel-control .icon-prev, .packages-carousel .carousel-control .icon-next, .packages-carousel .carousel-control .glyphicon-chevron-left, .packages-carousel .carousel-control .glyphicon-chevron-right { top:0 !important;}
.package-content { position:relative; }

.package-content-tabs .nav-tabs > li.active > a, .package-content-tabs .nav-tabs > li.active > a:hover, .package-content-tabs .nav-tabs > li.active > a:focus { background-color:#189844 /*#023A6C*/ !important; color:#ffffff !important; border-color: #189844; /*#023A6C;*/ }
.package-content-tabs .nav-tabs > li { margin-bottom:0px; }
.package-content-tabs .nav-tabs { border-bottom:3px solid #189844; /*#023A6C;*/ }
.package-content-tabs .nav-tabs > li > a { border-radius:5px 5px 0 0; background-color:#cccccc; color:#ffffff !important; font-weight:600; text-transform:uppercase; }
.package-content-tabs .nav > li > a:hover, .package-content-tabs .nav > li > a:focus { background-color:#999999 !important; }
.package-content-tabs .tab-content { border-left:1px solid #189844; /*#023A6C;*/ border-right:1px solid #189844; /*#023A6C;*/ border-bottom:1px solid #189844; /*#023A6C;*/ }
.package-information { margin:15px auto; background-color:#ECF0F1; padding:10px 15px; color:#189844; /*#023A6C;*/ }
.package-information .package-information-content { background-color:#f8f8f8; position:relative; border-radius:5px; border:1px solid #023A6C; }
.package-information p, .package-information h3, .package-information h4 { margin:0; font-weight:bold; color:inherit; }
.package-information h4.info-wrap-title {
	margin-bottom:5px;
}
.regular-price { text-decoration:line-through; color:#ff0000 !important; margin:0; font-weight:700; }
.package-information .package-information-content .info-wrap { padding:10px 15px; }
.info-wrap .package-info-icon { color:#189844; /*#023A6C;*/ font-size:50px; float:left; margin-right:15px; line-height:70px; }
.info-wrap .info-wrap-title span { border-bottom:1px solid #023A6C; }
.availability-status h4 { margin-top:0; text-align:center; }
.disable-form-booking { text-align:center; color:#ff0000; font-style:italic; }
.widget-google-maps iframe { width:100%; max-height:347px; }
.widget-google-maps .no-google-maps { background-color:#eeeeee; height:347px; }
.widget-google-maps .no-google-maps h3 { line-height:347px; font-weight:700; text-transform:uppercase; margin:0; }
.related-packages { margin:15px auto; }
.related-packages-content { position:relative; }
.related-packages .related-package-title, .related-posts .related-post-title, .comment-reply-title { font-weight:bold; text-transform:uppercase; border-bottom:1px solid #cccccc; padding-bottom:5px; }
.related-packages-content .related-package-image { position:relative; padding:5px; }
.related-packages-content .related-package-image img { width:100%; height:234px; }
.related-packages p { margin:0; }
.related-packages-content .title-related-package {
	background-color:rgba(0, 0, 0, 0.4);
	padding:5px;
	color:inherit;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	width:100%;
	height:auto;
	bottom:0;
	text-align:center;
}
.related-packages-content .title-related-package:hover { background-color:rgba(0, 0, 0, 0.5);}
.related-packages-content a, .related-packages-content a:focus, .related-packages-content a:hover { color:#ffffff; position:relative; display:block; overflow:hidden; }
.price-badge:after, .our-latest-news-content .our-latest-news-image .badge-cat-wrap:after { 
	border-color: #a00808 /*#a98a07*/ transparent transparent transparent; 
	border-style:solid; 
	border-width:10px 0px 0px 5px; 
	bottom:0; 
	content:""; 
	height:0; 
	right:auto; 
	left:0; 
	position:absolute; 
	top:100%;
	width:0; 
	z-index:0 
}
.price-badge { position:absolute; height:auto; width:auto; top:10px; padding:5px 5px 5px 10px; left:-5px; background-color:#FEE336; z-index:1; }
.info-wrap .package-info-icon { margin-right:10px !important; font-size:40px !important; }
.info-wrap .glyphicon-tags { font-size:40px; }
.info-wrap h3 { font-size:18px; }
/* Product Details */
.package-details {  }
.package-details .nav > li.active, .package-details .nav > li { background-color:transparent !important; padding-top:0px !important; }
.tab-content { padding:15px; border-radius:0px 0px 5px 5px; border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd; }

.package-details .nav-tabs > li > a:focus { outline: none !important; }

.our-package-content .our-package-image .badge-wrap, .packages-carousel .badge-wrap { 
	background-image: url("images/left-badge-red.png");
	background-position:left center;
	background-repeat:no-repeat;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    /*float: left;
    font-size: inherit;*/
    height: auto;
    /*line-height: 15px;*/
    padding: 0px 0px 0px 29px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: auto;
	right:-5px;
	/*color:#333333;*/
	font-weight:bold;
	text-transform:uppercase;
	-webkit-box-shadow:0 5px 5px -5px rgba(0, 0, 0, 1);
	-moz-box-shadow:0 5px 5px -5px rgba(0, 0, 0, 1);
	-ms-box-shadow:0 5px 5px -5px rgba(0, 0, 0, 1);
	box-shadow:0 5px 5px -5px rgba(0, 0, 0, 1);
	z-index:2;
	font-size:18px;
}
.packages-carousel .badge-wrap { top:30px; }
.our-package-content .our-package-image .badge-wrap:after, .packages-carousel .badge-wrap:after { 
	border-color: #076427 /*#a00808 #a98a07*/ transparent transparent transparent;
    border-style: solid;
    border-width: 10px 5px 0px 0px;
    bottom: 0;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 0;
	top:100%;
}
.our-package-content .our-package-image .our-package-badge,
.our-latest-news-content .our-latest-news-image .cat-badge,
.packages-carousel .badge-wrap .our-package-badge { 
	background: #189844; /*#DD3333;/*#FEE336;*/
	font-style:italic;
	color:#ffffff;
}
.our-package-content .our-package-image .our-package-badge, .packages-carousel .badge-wrap .our-package-badge { padding:8px 10px 8px 8px; }
.our-latest-news-content .our-latest-news-image .cat-badge { padding:8px 8px 8px 10px; }
.our-latest-news-image .cat-badge a, .our-latest-news-image .cat-badge a:hover, .our-latest-news-image .cat-badge a:focus,
.related-posts-image .cat-badge a, .related-posts-image .cat-badge a:hover, .related-posts-image .cat-badge a:focus { 
	color:inherit;
	font-style:italic;
}
.our-latest-news-content .our-latest-news-image .badge-cat-wrap {
	background-image: url("images/right-badge-red.png");
	background-position:right center;
	background-repeat:no-repeat;
	height: auto;
    padding: 0px 29px 0px 0px;
	position:absolute;
	z-index:2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight:bold;
	text-transform:uppercase;
	-webkit-box-shadow:0 5px 5px -5px rgba(0, 0, 0, 1);
	-moz-box-shadow:0 5px 5px -5px rgba(0, 0, 0, 1);
	-ms-box-shadow:0 5px 5px -5px rgba(0, 0, 0, 1);
	box-shadow:0 5px 5px -5px rgba(0, 0, 0, 1);
	width:auto;
	top:15px;
	left:-5px;
}
.link-to-right {
	float: right;
	color: inherit;
	font-weight: bold;
	line-height: 75px;
}
.our-packages h2, .our-latest-news h2, .welcome-message h2, .our-travel-destinations h2, .airline-logo-section h2, .our-promotions h2 {
    margin-bottom: 30px;
	text-align: center;
	margin-top:0px;
	text-transform:uppercase;
}
.our-packages h2, .our-latest-news h2, .welcome-message h2, .our-travel-destinations h2, .airline-logo-section h2 {
	color:#189844;
}
.our-promotions h2 {
	color:#ffffff;
}
.our-travel-destinations .our-travel-destinations-content .destination-text h2 {
    margin-bottom: 10px;
	text-align: left;
	margin-top:0px;
	text-transform:uppercase;
	color:#ffffff;
}

.our-packages h2 span:after, .our-travel-destinations h2 span:after, .our-latest-news h2 span:after, .welcome-message h2 span:after, .airline-logo-section h2 span:after, .our-promotions h2:after {
	content:'';
	width:100px;
	height:3px;
	margin:15px auto;
	display:block;
}
.our-packages h2 span:after, .our-travel-destinations h2 span:after, .our-latest-news h2 span:after, .welcome-message h2 span:after, .airline-logo-section h2 span:after {
	background-color:#189844;
}
.our-promotions h2:after {
	background-color:#ffffff;
}
.our-packages .short-intro-package, .our-travel-destinations .short-intro-destination, .our-latest-news .short-intro-latest-news {
	text-align:center;
	font-size:16px;
	max-width:75%;
	margin:0 auto 30px auto;
}
.our-package-content, .our-latest-news-content, .related-packages-content, .google-maps, .related-posts-content { 
	margin-bottom:30px;
	-webkit-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);	
}
.entry-content img {
	-webkit-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);	
	padding:5px;
	background-color:#ffffff;
}
/*.our-package-content .our-package-image .our-package-link, 
.our-latest-news-content .our-latest-news-image .our-latest-news-link {
	color: inherit;
    position: relative;
	display:block;
	height:200px;
	background-position:center center;
	background-size:cover;
	overflow:hidden;
}*/
.our-package-content .our-package-image .our-package-link .hover-image, .our-latest-news .our-latest-news-image .our-latest-news-link .hover-image {
	transition: 0.5s;
	transition-timing-function: ease-in;
}
.our-package-content .our-package-image .our-package-link .hover-image, .our-latest-news-content .our-latest-news-image .our-latest-news-link .hover-image {
	display:block;
	/*height:300px;*/
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.our-package-content .our-package-image .our-package-link .hover-image {
	height:350px;
}
.our-latest-news-content .our-latest-news-image .our-latest-news-link .hover-image {
	height:300px;
}
.our-package-content .our-package-title {
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.our-package-title h4, .our-package-title .text-package-destinations, .text-package-schedule {
	padding-left:15px;
	padding-right:15px;
}
.our-package-title .text-package-destinations a {
	color:#ffffff;
}
.text-package-schedule a, .text-package-schedule a:hover, .text-package-schedule a:focus {
	color:#cccccc;
	text-decoration: none;
}
.our-package-title .text-package-destinations a:hover, .our-package-title .text-package-destinations a:focus {
	color:#189844;
	text-decoration:none;
}
.our-package-title .text-price-package {
	background-color: #FEE336;
	width: auto;
	display: inline-block;
	padding: 10px;
	margin-bottom: 10px;
	color:#555555;
	margin-left:15px;
}
.our-package-title .text-price-package .discount-price {
	font-size:12px;
	font-style:italic;
}
.our-latest-news-content .our-latest-news-title h4 {
	padding:15px 0px;
}
.our-package-title h4, .our-latest-news-content .our-latest-news-title h4 {
	margin:0 0 10px 0;
	font-weight:600; 
	text-transform: capitalize; 
	font-size: 16px;
	color:#ffffff;
}
.our-package-title h4 a {
	color:inherit;
	transition: 0.3s;
	transition-timing-function: ease-out;
}
.our-package-title h4 a:focus, .our-package-title h4 a:hover {
	color:#189844;
	text-decoration:none;
	transition: 0.3s;
	transition-timing-function: ease-in;
}
.our-package-title p {
}
.our-package-content .our-package-description, .our-latest-news-content .our-latest-news-description {
	margin:0; 
	background-color:#ffffff; 
}
.our-package-content .our-package-description {
	padding:15px;
}
.our-latest-news-content .our-latest-news-description {
	padding:0px;
}
.our-package-content .our-package-description {
	height:120px; 
	max-height:120px;
}
.our-latest-news-content .our-latest-news-description {
	height:175px;
	max-height:175px;
}
.our-package-content .our-package-description a:hover, .our-package-content .our-package-description a:focus {
	text-decoration:none;
}
.our-latest-news-description .latest-news-attributes {
	font-style: italic;
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#929292;
	list-style:none;
}
.our-latest-news-description .latest-news-attributes > li {
	display:inline-block;
	padding-right:5px;
	margin-right:5px;
	border-right:1px solid #929292;
}
.our-latest-news-description .latest-news-attributes > li:last-child {
	border-right:0;
	padding-right:0px;
	margin-right:0px;
}
.our-latest-news-description .latest-news-attributes > li > i {
	margin-right:5px;
}
.our-latest-news-description .latest-news-attributes > li > a:hover, .our-latest-news-description .latest-news-attributes > li > a:focus {
	text-decoration:none;
}
.our-package-content .row.our-package-info, .our-package-content .row.package-location, .our-latest-news-content .row.our-latest-news-info {
	margin:0;
}
.our-package-content .our-package-info, .our-latest-news-content .our-latest-news-info {
	background-color:#ecf0f1;
	padding:15px 0px;
}
.our-latest-news-content .our-latest-news-info a:hover, .our-latest-news-content .our-latest-news-info a:focus {
	text-decoration:none;
}
.our-latest-news-info .read-more-link .read-more-icon {
	transform:translateZ(0);
	transition-duration:0.1s;
	transition-property:transform;
	transition-timing-function:ease-out;
}
.our-latest-news-info .read-more-link:hover .read-more-icon, .our-latest-news-info .read-more-link:focus .read-more-icon {
	transform:translateX(4px);
}
.our-latest-news-info .comments-link {
	text-align:right;
}
.our-package-content .our-package-description p, .our-package-content .our-package-info p {
	margin-bottom:0px;
}
.our-package-info b {
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	display:inline-block;
	margin-left:5px;
}
.discount-price {
	text-decoration:line-through; 
	color:#ff0000; 
	margin:0; 
	font-weight:700;
}
.related-packages-content .related-package-image .related-package-link .hover-image {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.our-package-content .our-package-image .our-package-link:hover .hover-image, .our-latest-news-content .our-latest-news-image .our-latest-news-link .hover-image:hover, .related-posts-content .related-posts-link .hover-image:hover, .related-packages-content .related-package-image .related-package-link .hover-image:hover, .related-packages-content .related-package-image .related-package-link .hover-image:focus {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.3s;
	transition-timing-function: ease-in;
}
.centered-modal.in {
    display: flex !important;
}
.centered-modal .modal-dialog {
    margin: auto;
}
.centered-modal .button-close {
	border: 2px solid #929292;
	border-radius: 50%;
	padding: 0;
	background-color: #333;
	color: transparent;
	position: absolute;
	top: -15px;
	right: -15px;
	opacity: 1;
	width: 35px;
	height: 35px;
	transition: ease-out 0.3s;
}
.centered-modal .button-close:hover, .centered-modal .button-close:focus {
	opacity: 1;
	background-color:#ffffff;
	color:#333333;
	transition:ease-in 0.3s;
}
.our-travel-destinations-content { position:relative; overflow:hidden; margin-bottom:30px; border-radius:4px; }
.our-travel-destinations-content a {
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	display:block;
	transition: ease-out 0.3s;
	height: 400px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.our-travel-destinations-content a .travel-destinations-description {
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.our-travel-destinations-content a:hover .travel-destinations-description {
	background:rgba(0, 0, 0, 0.5);
}
.our-travel-destinations-content a:focus, .our-travel-destinations-content a:hover {
	text-decoration:none;
	color:#ffffff;
	transition: ease-in 0.3s;
}
.our-travel-destinations-content .destination-text { 
	padding:15px 15px 30px 15px; 
	position:absolute; 
	height:auto; 
	width:100%; 
	bottom:0;
}
.our-travel-destinations-content .destination-text h3 {
	margin-top:0px;
	font-weight:600;
    background-color: #ecc529;
    width: auto;
    padding: 10px;
    margin-left: 0px;
    display: inline-block;
    color: #333333;
	border-radius: 4px;
}
/*.our-travel-destinations-content a:hover img, .our-travel-destinations-content a:focus img {
		-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}*/

.travel-destinations-image, .our-travel-destinations-content a:hover .travel-destination-image, .our-travel-destinations-content a:focus .travel-destination-image {
	width:100px;
	height:100px;
	border-radius:50%;
	position:relative;
	overflow:hidden;
	border:1px solid #cccccc;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
}
.travel-destinations-image img { width:100px; height:100px; border-radius:50%; }
.our-package-content .package-location a {
	text-transform:uppercase;
	padding:10px 0;
	margin:0;
	font-weight:bold;
}
.our-package-content .package-location i {
	margin-right:5px;
}
.our-package-content .package-location a:hover, .our-package-content .package-location a:focus {
	text-decoration:none;
}
.widget-travel-company {
	margin-bottom:30px;
}
.widget-travel-company h3 {
	margin-top:0px;
	text-transform:uppercase;
	font-weight:500;
	color:#189844;
}
.widget-travel-company h3 span:after {
	content: '';
	width: 50px;
	height: 2px;
	background-color: #189844;
	margin: 15px 0;
	display: block;
}
.widget-travel-company ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.widget-travel-company ul > li {
	border-bottom: 1px dotted #189844;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.widget-travel-company ul > li > i {
	vertical-align:top;
	margin-top:5px;
}
.widget-travel-company ul > li > span {
	padding-left:15px;
	display:inline-block;
}
.widget-package-information > ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.widget-package-information > ul > li {
	background-color:#ECF0F1;
	padding:10px;
	margin-bottom:10px;
}
.widget-package-information > ul > li h4 {
	margin:0;
	color:#189844;
	font-weight:bold;
}
.single-packages-carousel .single-badge-wrap {
	top:30px;
	background-image: url("images/left-badge.png");
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    float: left;
    font-size: inherit;
    height: auto;
    line-height: 15px;
    padding: 0px 0px 0px 29px;
    position: absolute;
    text-align: center;
    width: auto;
    right: -5px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 1);
    -ms-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 1);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 1);
    z-index: 1;
    font-size: 18px;
}
.top-package-content .single-packages-carousel .single-badge-wrap .single-package-badge {
	padding-right: 50px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 14px;
	font-size: 28px;
}
.single-packages-carousel .single-badge-wrap .single-package-badge {
	padding:8px 10px 8px 8px;
	background: #fee336;
	font-style: italic;
	color: #555555;
}
.single-packages-carousel .single-badge-wrap:after {
	border-color: #60540a transparent transparent transparent;
    border-style: solid;
    border-width: 10px 5px 0px 0px;
    bottom: 0;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 0;
    top: 100%;
}
.top-package-content {
	margin-bottom:30px;
	/*background-color:#189844;*/
	position:relative;
	/*padding:50px 0;
	background-image: url(images/bg-overlay.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	overflow:hidden;
}
.top-package-content .row {
	margin-left:0px;
	margin-right:0px;
}
.top-package-content .row .col-md-7, .top-package-content .row .col-md-5 {
	padding-left: 0px;
	padding-right: 0px;
}
.top-package-content .package-description .package-description-content {
	line-height:2.5;
}
.top-package-content .package-description {
	display: flex;
	min-height: 600px;
	align-items: center;
	/*padding-left:15px;*/
	max-width: 100%;
    background-color: #189844;
	background-image: url(images/bg-overlay.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position:relative;
	z-index:1;
}
.top-package-content .package-description:before {
	width: auto;
	height: auto;
	border-top: 600px solid transparent;
	border-right: 200px solid #189844; /*#337ab7;*/
	border-bottom: 0px solid transparent;
	position: absolute;
	top: 0;
	left: -200px;
	content: '';
	z-index: 2;
}
.top-package-content .package-description:after {
	width: auto;
	height: auto;
	border-top: 650px solid transparent;
	border-right: 215px solid #076427; /*#189844; #337ab7;*/
	border-bottom: 0px solid transparent;
	position: absolute;
	top: -50px;
	left: -215px;
	content: '';
	z-index: 1;
	opacity:0.6;
}

.package-description-content ul {
	padding-left:15px;
}
.top-package-content .heading-page-title {
	color:#ffffff;
	margin-top: 20%;
	margin-left: -5%;
	z-index: 3;
	max-width: 62%;
}
.package-description .heading-page-title h1, .package-description .heading-page-title h2 {
	text-transform:capitalize;
	margin-bottom:30px;
	font-family:"Lato", sans-serif;
	font-weight:600;
	line-height: 1.5;
}
.package-description p {
	font-size:16px;
}
.package-description b {
	display:block;
	font-size:30px;
	font-weight:600;
}
.package-content-tabs .tab-content p {
	line-height: 1.6;
}
.single-packages-carousel {
	height: auto;
	width: 100%;
	/*padding: 15px;*/
	background-color:#f8f8f8;
}
#single-packages-carousel.single-packages-carousel:after {
      width: 0;
      height: 0;
      border-top: 100px solid red;
      border-right: 100px solid transparent;
	  /*position:absolute;
	  top:0;
	  left:0;
	  display:block;*/
}
  
.single-packages-carousel .carousel-inner {
	background:#ffffff;
}
.single-packages-carousel .carousel-indicators {
	bottom: 0px;
}
.single-packages-carousel .carousel-indicators .active {
	background-color: #189844;
}
.single-packages-carousel .carousel-inner .item > div {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	background-size: cover;
}
.single-breadcrumb {
	padding:0px;
	margin:0px 0px 15px 0px;
	list-style-type:none;
}
.single-breadcrumb > li {
	display:inline;
}
.single-breadcrumb > li > a:after {
	content:'/';
	display:inline;
	padding:0 5px;
}
.single-breadcrumb > li > a {
	color:#dddddd;
	text-transform:uppercase;
}
.single-breadcrumb > li > a:hover, .single-breadcrumb > li > a:focus {
		-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration:none;
	color:#ffffff;
}
.our-package-content .our-package-image .our-package-link {
	color: inherit;
	position: relative;
	display: block;
	height: 350px;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 4px;
}
.our-package-content .our-package-image .our-package-link .package-link-hover {
	bottom: 100%;
	position: relative;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	overflow: hidden;
}
.our-package-content .our-package-image .our-package-link:hover > .package-link-hover, .our-package-content .our-package-image .our-package-link:focus > .package-link-hover {
  bottom: 0;
}
.our-package-content .our-package-image .our-package-link .package-link-hover .package-link-hover-title {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	top: 40%;
	color: #ffffff;
	padding:15px;
}
.our-package-content .our-package-image .our-package-link .package-link-hover .package-link-hover-title h4 {
	margin-top:0px;
	text-transform: uppercase;
}
.our-package-content .our-package-image .our-package-link .package-link-hover .package-link-hover-title ul {
	padding:0;
	margin:0;
}
.our-package-content .our-package-image .our-package-link .package-link-hover .package-link-hover-title ul > li {
	list-style-type:none;
	/*padding-left:10px;
	padding-right:10px;
	border-right:1px solid #ffffff;*/
	display:inline-block;
}
.our-package-content .our-package-image .our-package-link .package-link-hover .package-link-hover-title ul > li > a .fa {
	margin-right:10px;
}

.our-package-content .our-package-image .our-package-link .package-link-hover .package-link-hover-title ul > li:last-child {
	border-right:none;
	padding-left:5px;
}

.our-package-content .our-package-image .our-package-link .package-link-hover .package-link-hover-title .read-more-link {
	margin: 0 auto;
	font-weight: 700;
	font-size: 24px;
	color: #ffffff;
	text-transform: capitalize;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.our-package-content .our-package-image .our-package-link .package-link-hover .package-link-hover-title a:hover, .our-package-content .our-package-image .our-package-link .package-link-hover .package-link-hover-title a:focus {
	text-decoration:none;
	color:#189844;
}
.our-package-content .our-package-image .our-package-link .package-link-hover .package-link-hover-title .read-more-link .read-more-icon {
	transform: translateZ(0);
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}
.our-package-content .our-package-image .our-package-link .package-link-hover .package-link-hover-title .read-more-link:hover .read-more-icon, .our-package-content .our-package-image .our-package-link .package-link-hover .package-link-hover-title .read-more-link:focus .read-more-icon {
	transform:translateX(4px);
}
/*.our-package-content .our-package-image .our-package-link:hover .our-package-title, .our-package-content .our-package-image .our-package-link:focus .our-package-title {
	display:none;
}*/
.our-package-content .our-package-image .our-package-link .package-title-wrap {
		-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	background:rgba(0, 0, 0, 0.3);
	height:100%;
	width:100%;
	position:absolute;
	/*bottom:0;*/
	top:0;
}
.our-package-content .our-package-image .our-package-link:hover > .package-title-wrap, .our-package-content .our-package-image .our-package-link:focus > .package-title-wrap {
  top: 100%;
}

.our-package-content .our-package-image .our-package-link:hover .package-title-wrap {
	background:rgba(0, 0, 0, 0.5);
}
.our-package-content.custom-package-content .our-package-image .our-package-link {
	height:300px;
}
.our-package-content.custom-package-content .our-package-image .our-package-title {
	position:relative;
	background-color:#ffffff;
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
}
.our-package-content.custom-package-content .our-package-image .our-package-title h4 a {
	color:#555555;
}
.our-package-content.custom-package-content .our-package-image .our-package-title h4 a:hover, .our-package-content.custom-package-content .our-package-image .our-package-title h4 a:focus {
	color:#189844;
}
.modal-dialog-centered {
	min-height: calc(100% - (1.75rem * 2));
}
.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2));
}
.modal-content {
	width:100%;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color:#189844 !important;
	border-color:#189844 !important;
}

/** Airlines Carousel **/
.airlines-carousel-wrapper {
	position:relative;
	padding:0px;
	background-color:#fff;
	margin-bottom:15px;
}
.airlines-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.airlines-carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.airlines-carousel li {
    width: 100%;
    float: left;
    /*border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
	padding:0px;
	background-color:#fff;
}
.teams-carousel li:last-child img {
	margin-right:0; 
}
.teams-carousel img {
    display: block;
    max-width: 100%;
    /*height: auto !important;*/
	height:300px;
	margin:0 10px 0 0;
	max-height:300px;
	padding:10px;
	border:1px solid #dddddd;
}
.airlines-carousel {
	/*-webkit-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);*/
}
.airlines-carousel img {
    display: block;
    max-width: 100%;
	height:auto;
	margin:0 auto;
	max-height:150px;
	/*-webkit-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.2);*/
	width:auto;
}
.airlines-carousel-item {
	margin: 0 0px 0 0;
	width: 100%;
}
.airlines-carousel-item {
	position:relative;
}

/** Carousel Controls **/
.airlines-carousel-controls {
	position: relative;
	text-align: center;
	margin: 15px auto 0 auto;
}
.airlines-carousel-wrapper .airlines-carousel-control-prev,
.airlines-carousel-wrapper .airlines-carousel-control-next {
    position: relative;
    /*top: 40%;
	bottom:0;
    margin-top: 0px;*/
    width: 30px;
    height: 30px;
    text-align: center;
    background: #ab1b1b;
    color: #ccc;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
	display:inline-block;
}
.airlines-carousel-control-prev:hover,
.airlines-carousel-control-prev:focus,
.airlines-carousel-control-next:hover,
.airlines-carousel-control-next:focus {
	color:#fff;
	background:#cf0000; /*#4E443C;*/
	text-decoration:none;
	outline:none;
}
/*.airlines-carousel-wrapper .airlines-carousel-control-prev {
    left: -10px;
	right:auto;
}
.airlines-carousel-wrapper .airlines-carousel-control-next {
    right: -10px;
	left:auto;
}*/
.jcarousel-gallery { width:100%; padding:0px 40px; }
.jcarousel-wrapper { height:auto !important; width:100% !important; }
/*.airlines-carousel-wrapper .airlines-carousel-control-prev:after {
	border-color:#580606 transparent transparent;
	border-style:solid;
	border-width:5px 0 0 10px;
	bottom:0;
	content:"";
	height:0;
	left:0;
	right:auto;
	position:absolute;
	top:100%;
	width:0;
}
.airlines-carousel-wrapper .airlines-carousel-control-next:after {
	border-color:#580606 transparent transparent;
	border-style:solid;
	border-width:5px 10px 0 0px;
	bottom:0;
	content:"";
	height:0;
	left:auto;
	right:0;
	position:absolute;
	top:100%;
	width:0;
}*/
.footer-logo { max-height:100px; margin-bottom:0px; margin-right:1em; /*border:1px solid #ffffff;*/ padding:5px; }
.contact-page .logo {
	width:100%;
	height: auto;
	margin-bottom:20px;
}
.contact-page h3 {
	margin-top:0px;
}
.contact-page h3 span:after {
	content:'';
	width:20%;
	height:2px;
	background-color:#333333;
	display:block;
	margin-top:10px;
}
.side-company-address > ul {
	padding: 0;
	margin: 0 0 30px 0;
}
.side-company-address > ul > li {
	list-style-type:none; 
	border-bottom:1px dotted #cccccc; 
	padding:5px 0; 
	overflow:hidden;
}
.side-company-address > ul > li > .fa {
	display:block; 
	margin-right:10px; 
	font-size:18px; 
	width:5%; 
	float:left; 
	margin-top:3px; 
	text-align:center;
}

/* Pop-up tour package */
.pop-up-tour-package .modal-title {
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	text-align:left;
}
.pop-up-tour-package .modal-dialog-centered {
	width:1140px;
}
.pop-up-tour-package .modal-dialog-centered .close {
	border-radius: 50%;
	background-color: #fff;
	height: 30px;
	width: 30px;
	top: -10px;
	position: absolute;
	right: -10px;
	opacity: 1;
	/* color: #fff; */
}
.pop-up-tour-package .modal-dialog-centered .package-modal-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 300px;
}
.pop-up-tour-package .modal-dialog-centered .modal-button-link {
	padding-left: 0px !important;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: center;
}
.pop-up-tour-package .modal-dialog-centered .modal-button-link li {
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
}
.pop-up-tour-package .modal-dialog-centered .text-price-modal {
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
}
.pop-up-tour-package .modal-dialog-centered .text-price-modal h3 {
	font-weight:600;
	margin-top:0;
}
.pop-up-tour-package .modal-dialog-centered .modal-body-content ul {
	padding-left:15px;
}
.pop-up-tour-package .modal-dialog-centered .text-package-destinations {
	border-top:1px solid #eeeeee;
	padding-top:15px;
	margin-top:15px;
}
.our-promotions {
	/*position:relative;*/
	margin-bottom:30px;
	padding:20px 0px 40px 0px;
	border-bottom:1px solid #e7e7e7;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	height:auto;
}
/*.our-promotions .our-promotions-content {
	position:absolute;
	top:0;
	padding:20px 0px 40px 0px;
}*/
.our-promotion-content .our-promotion-image img {
	-webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
}